<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*nav*/
*{
	margin:0;
	padding:0;
	list-style:none;
}

.navBar{
	width:705px;
	height:52px;
	line-height:52px;
}

.clearfix:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.nav{
	position:relative;
	width:705px;
	z-index:9999999;
}

.nav a:link{
	color:#333333;
	text-decoration:none;
}

.nav a:visited{
    color:#333333;
	text-decoration:none;
}

.nav a:hover{
    color:#333333;
	text-decoration:none;
}

.nav h3{
	font-size:16px;
	font-weight:normal;
}

.nav .m{
	float:left;
	position:relative;
	z-index:9999999;
}

.nav .s{
	float:left;
	width:3px;
	text-align:center;
	color:#999999;
	font-size:12px;
}

.nav h3 a{
	display:block;
	width:115px;
	text-align:center;
	font-weight:bold;
}

.nav .sub{
	display:none;
	position:absolute;
	left:0;
	top:52px;
	z-index:9999999;
	width:113px;
	border:1px solid #E6E4E3;
	border-top:0;
	background:#ffffff;
}

.nav .sub li {
	text-align:center;
	padding:0 8px;
	margin-bottom:-1px;
}

.nav .sub li a{
	display:block;
	border-bottom:1px solid #E6E4E3;
	padding:8px 0;
	height:28px;
	line-height:28px;
	color:#000000;
	font-size:13px;
	font-weight:bold;
}

.nav .sub li a:hover{
	color:#005e9a;
}

.nav .block{
	height:4px;
	width:115px;
	background:#342d5e;
	position:absolute;
	left:0;
	top:48px;
	overflow:hidden;
}

/*banner*/
.flexslider{position:relative;width:100%;height:450px;overflow:hidden;zoom:1;}
.flex-viewport{max-height:2000px;-webkit-transition:all 1s ease;-moz-transition:all 1s ease;transition:all 1s ease;}
.flexslider .slides{zoom:1;}
.banner .d1{width:100%;height:450px;display:block;}
.flex-direction-nav a{width:60px;height:90px;line-height:99em;overflow:hidden;margin:-60px 0 0;display:block;background:url(../images/ad_ctr.png) no-repeat;position:absolute;top:50%;z-index:10;cursor:pointer;opacity:0;filter:alpha(opacity=0);-webkit-transition:all .3s ease;}
.flex-direction-nav .flex-next{background-position:0 -90px;right:50%; margin-right:-500px;}
.flex-direction-nav .flex-prev{left:50%; margin-left:-500px;}
.flexslider:hover .flex-next{opacity:0.8;filter:alpha(opacity=25);}
.flexslider:hover .flex-prev{opacity:0.8;filter:alpha(opacity=25);}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover{opacity:1;filter:alpha(opacity=50);}
.flex-control-nav{width:100%;position:absolute;bottom:10px;text-align:center;}
.flex-control-nav li{margin:0 5px;display:inline-block;zoom:1;*display:inline;}
.flex-control-paging li a{background:url(../images/dot.png) no-repeat 0 -16px;display:block;height:16px;overflow:hidden;text-indent:-99em;width:16px;cursor:pointer;}
.flex-control-paging li a.flex-active{background-position:0 0;}

/*产品展示*/
.BSB{padding:0px; color:#000000;}
.img_title{width:230px; height:70px; line-height:26px; background-color:#FFFFFF; font-size:13px;}
.anlishow{margin-top:0px; margin-left:0px;}/*-----------解决IE7的不兼容问题----------*/
*+html div.anlishow{margin-top:0px; margin-left:0px;}/*-----------解决IE7的不兼容问题----------*/
.anlishow li{display:block; float:left; width:230px; margin:0 20px 20px 0;}
.anlishow li span{display:block;}
.anlishow span a{display:block; border-bottom:#e8e8e8 solid 1px; font-size:12px; width:230px; height:160px; padding-bottom:2px; background-color:#FFFFFF;}

.BSB a:link{
	color:#424242;
	text-decoration:none;
}

.BSB a:visited{
    color:#424242;
	text-decoration:none;
}

.BSB a:hover{
    color:#005e9a;
	text-decoration:underline;
}</pre></body></html>